home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / desktop / vizeon / setup.exe / AppDir\Vizeon Office\games\flashman.swf / scripts / frame_161 / DoAction.as
Encoding:
Text File  |  2002-08-05  |  163 b   |  11 lines

  1. call("clear");
  2. lives -= 1;
  3. tellTarget("/lives")
  4. {
  5.    gotoAndStop(Number(eval("/:lives")) + 1);
  6. }
  7. if(Number(-1) < Number(lives))
  8. {
  9.    gotoAndPlay(106);
  10. }
  11.